home *** CD-ROM | disk | FTP | other *** search
- From: _GOYRA_@msn.com (David Byrden)
- Subject: RE: Instantiate Forward Declared Class
- Date: 15 Mar 96 22:49:26 -0800
- References: <DoAu1u.Lxx@news.uwindsor.ca>
- Message-ID: <00001a81+0000ad80@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
-
- >> Apparently it is not possible to instantiate a declared but not
- yet defined class.
-
- DEFINITELY it is not possible. the C++ compiler reads your source
- files from top to bottom and cannot build objects of a class not yet
- encountered.
-
- David
-
-